x86/boot: silence MADT table entry logging
authorJan Beulich <jbeulich@suse.com>
Mon, 23 Sep 2019 12:42:43 +0000 (14:42 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 23 Sep 2019 12:42:43 +0000 (14:42 +0200)
commit3342ee9318cd38ba006255b687ab7a145399ea92
tree1a53d21d3b169439dd2c6e2931769027a2580c6e
parentb2220461a3081d23ed9c36dc053161d58655da97
x86/boot: silence MADT table entry logging

Logging disabled LAPIC / x2APIC entries with invalid local APIC IDs
(ones having "broadcast" meaning when used) isn't very useful, and can
be quite noisy on larger systems. Suppress their logging unless
opt_cpu_info is true.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
master commit: 936b77255269b3b9b5685d565550e77d5080ac81
master date: 2018-09-03 17:51:40 +0200
xen/arch/x86/acpi/boot.c